Skip to content

Conversation

@sean-breen
Copy link
Contributor

@sean-breen sean-breen commented Nov 19, 2025

Proposed changes

This change modifies the Makefile to create a build/run directory when running the make dev target, with the goal of making local development of the agent a little easier by keeping all of our runtime files in an easy to access location.

This directory must be added to the allowed_directories in nginx-agent.conf before running make dev.

allowed_directories:
  ...
  - <absolute path>/nginx-agent/build/run

This directory will contain several files which we create at runtime:
image

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have run make install-tools and have attached any dependency changes to this pull request
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • If applicable, I have updated any relevant documentation (README.md)
  • If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

@codecov
Copy link

codecov bot commented Nov 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.43%. Comparing base (f7e7012) to head (c03e7ed).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1398      +/-   ##
==========================================
+ Coverage   86.24%   86.43%   +0.18%     
==========================================
  Files         102      102              
  Lines       12603    12603              
==========================================
+ Hits        10870    10893      +23     
+ Misses       1257     1232      -25     
- Partials      476      478       +2     

see 6 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6bf4d3d...c03e7ed. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sean-breen sean-breen marked this pull request as ready for review November 19, 2025 12:39
@sean-breen sean-breen requested a review from a team as a code owner November 19, 2025 12:39
@sean-breen sean-breen requested a review from dhurley November 21, 2025 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants